ConcurrentQueue(T) Properties

Task Parallel System.Threading

The ConcurrentQueue<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
Count
Gets the number of elements contained in the ConcurrentQueue<(Of <(T>)>).
IsEmpty
Gets a value that indicates whether the ConcurrentQueue<(Of <(T>)>) is empty.

Explicit Interface Implementations

  NameDescription
ICollection..::.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized with the SyncRoot.
ICollection..::.SyncRoot
Gets an object that can be used to synchronize access to the ICollection. This property is not supported.

See Also